home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
util2
/
fiflb381.lha
/
version.doc
< prev
Wrap
Text File
|
1995-12-10
|
2KB
|
62 lines
VERSION.DOC
38.1
Merged 37.4, 37.5 and 38.0. Enhanced and corrected numerous
bugs in ACTION_SCREEN_MODE and ACTION_WAIT_CHAR. Added many
error checks and return codes. Recognizes "Console:" in
shell mode. Compiles with DICE 2.06 and GCC 2.5.8. Work
done by Jörg Höhle (Joerg.Hoehle@gmd.de).
ACTION_SCREEN_MODE and ACTION_WAIT_CHAR now only work if
opened in shell mode, as the special port is needed to
obtain the file handles not found in these DOS packets.
FIFO: will not open if neither r nor w flags are provided.
This is to conform to the documentation.
Added ACTION_CHANGE_SIGNAL and ACTION_IS_FILESYSTEM.
38.0
Work based on 37.4 Switched to GCC. Added support for
ACTION_WAIT_CHAR (with timeout). This release was done by
Hans Verkuil. Email: hans@wyst.hobby.nl.
37.5
The fifo-hander now understands ACTION_WAIT_CHAR. It doesn't
actually honor the timeout field, but assumes a zero timeout
(for knowing whether or not a character is present to be
read). Patch provided by David Varley, Victoria, Australia
(sol.deakin.OZ.AU!drum3!dave).
All version strings (and the library Version/Revision)
updated to 37.5.
Cleaned up sources to compile with ANSI flags set. Updated
makefile with an "install" command and changed it to not
compile directly to L: and LIBS:.
37.4
Added 'K' flag. This flag causes any Write() to fail if
there are no readers on the other end of the fifo and is
extremely useful in preventing lockup situations.
Changes made to l:fifo-handler and libs:fifo.library
3.1
Found and fixed bugs in L:fifo-handler's handling of ^C-^F.
3.0
Third release. Rewrote startup for fifo-handler such that
it must be run instead of mounted. This gets rid of some
major problems under 1.3 . To start the handler, use:
1> run <nil: >nil: l:fifo-handler
2.0
Second release
1.0
Initial release